home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sky at Night 2007 June
/
SAN CD 6-2007 CD-ROM 25.iso
/
pc
/
Software
/
AstroGrav_Win
/
Java
/
jre1.6.0
/
lib
/
rt.jar
/
javax
/
print
/
URIException.class
(
.txt
)
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2006-11-29
|
292 b
|
14 lines
package javax.print;
import java.net.URI;
public interface URIException {
int URIInaccessible = 1;
int URISchemeNotSupported = 2;
int URIOtherProblem = -1;
URI getUnsupportedURI();
int getReason();
}